type github.com/jackc/pgx/v5/pgtype.encodePlanPointCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		point.go#L140: 		return encodePlanPointCodecBinary{}
		point.go#L148: type encodePlanPointCodecBinary struct{}
		point.go#L150: func (encodePlanPointCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {